Wiki

Clone wiki

inf225public / glossary / Overload resolution

[Alphabetical Index | Tag Index]

Overload resolution

A compilation step, usually combined with typechecking, where the name of an overloaded function is resolved based on the types of the actual arguments. C.f. Dynamic dispatch, which does something similar at runtime.

[Wikipedia]

Updated